Scheduler for WinForms
Export(String,IList<Appointment>,FileFormatEnum) メソッド

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > C1ScheduleStorage クラス > Export メソッド : Export(String,IList<Appointment>,FileFormatEnum) メソッド
エクスポート先のフルパス(ファイル名と拡張子を含む)を含む System.String
エクスポートする System.Collections.Generic.IList`1
FileFormatEnum値。
予定のデータを指定された形式のファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.string path,
   System.Collections.Generic.IList<Appointment> appointments,
   FileFormatEnum format
)

パラメータ

path
エクスポート先のフルパス(ファイル名と拡張子を含む)を含む System.String
appointments
エクスポートする System.Collections.Generic.IList`1
format
FileFormatEnum値。
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ
オーバーロード一覧